home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TQUICKSEARCH / TQUICKSEARCH.txt
Text File  |  1996-12-31  |  1KB  |  54 lines

  1. object QUICKSEARCH: TQUICKSEARCH
  2.   Left = 221
  3.   Top = 179
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 32
  9.   ClientWidth = 286
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 286
  23.     Height = 32
  24.     TabOrder = 0
  25.     object SearchLabel: TLabel
  26.       Tag = 1
  27.       Left = 4
  28.       Top = 7
  29.       Width = 73
  30.       Height = 20
  31.       AutoSize = False
  32.       Caption = 'Search:'
  33.     end
  34.     object quickline: TEdit
  35.       Left = 80
  36.       Top = 4
  37.       Width = 201
  38.       Height = 24
  39.       TabOrder = 0
  40.       OnKeyDown = quicklineKeyDown
  41.       OnKeyPress = quicklineKeyPress
  42.     end
  43.   end
  44.   object Translate1: TTranslate
  45.     Tag = 5760
  46.     Left = 16
  47.     Top = 24
  48.   end
  49.   object ResolutionFix1: TResolutionFix
  50.     Left = 44
  51.     Top = 24
  52.   end
  53. end
  54.